hiplog

hiplog is a special function and should be used only within the engine for documentation. It generates less data by not taking the function name and simplifying the read load. Think of that as a verbose of what the engine is currently doing.

void
hiplog
(
Args...
)
(
Args a
,
string file = __FILE__
,
string func = __PRETTY_FUNCTION__
,
ulong line = __LINE__
)

Meta